|
|
|
|
MouseClick Event, SftTabs Class |
This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This event is not relevant for this class.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Event MouseClick As MouseEventHandler |
C# |
public event MouseEventHandler MouseClick; |
C++ |
public: event MouseEventHandler MouseClick; |
Event Data
The MouseClick event handler receives an argument of type MouseEventArgs containing data related to this event.
Comments
The MouseClick event this event supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This event is not relevant for this class.